Welcome![Sign In][Sign Up]
Location:
Search - socket CSharp

Search list

[Internet-NetworkSockets

Description: client server socket library using csharp
Platform: | Size: 10240 | Author: 韩明 | Hits:

[OtherCSharp

Description: 本书是关于C#网络开发的教材,主要包括三个方面内容,首先简要介绍了有关C#网络开发的基础知识;接着讲解基础服务器开发、基础客户端开发、FTP开发、SMTP开发、POP3开发和远程控制开发;最后是高级应用,包括Win32网络组件开发、Web数据库基础、Win32异步套接字数据库开发、XML Web Services开发以及一个完整的分布式网络应用程序开发实例。 本书适合于C#开发人员进行网络开发,对Visual C++ .NET和Visual Basic.NET开发人员也很有参考意义。-This book is on the C# Network development of teaching materials, mainly includes three aspects, first of all briefly introduce the relevant C# Network development based on knowledge then on the basis of server development, the basis of client development, FTP development, SMTP development, POP3 Development and remote control development Finally, advanced applications, including the development of Win32 network components, Web database, Win32 Asynchronous Socket database development, XML Web Services development as well as a complete distributed network application development examples. This book is suitable for C# Developer network development, on the Visual C++. NET and Visual Basic. NET developers is also very useful.
Platform: | Size: 7702528 | Author: Admrial | Hits:

[xml-soap-webserviceWTcpSrv

Description: TCP/IP socket Server,can open xml file and sends the data to all clients
Platform: | Size: 331776 | Author: frank | Hits:

[CSharpSocket

Description: 用C#实现的网络TCPIP通讯例子,带反馈-With C# Achieve TCPIP communication network example, with feedback
Platform: | Size: 49152 | Author: | Hits:

[Internet-NetworkWin_Talk

Description: 聊天小程序,供参考!Socket就是套接字,它是网络编程中最常用遇到的概念和工具。在TCP/IP网络中,传送和接收数据就会经常使用到Socket,由于使用Socket能够在网络上处理复杂数据,所以在各种网络应用程序中,涉及到数据传送和接收,一般都会使用Socket,可见要掌握网络编程,精通Socket是非常重要。由于Socket本身的复杂性,决定了掌握它是比较困难的。Visual C#是微软公司推荐的开发.Net平台应用程序的主要语言,随着.Net的深入人心,目前很多有远见的公司都把以前的软件转向了.Net平台。掌握网络编程始终是学习一种开发语言的重点,这一点对于Visual C#也同样如此。Visual C#实现网络功能其关键也是掌握托管Socket的使用方法。本文就来详细介绍Visual C#中利用托管Socket实现网络数据传送和接收的实现方法及其注意事项。-err
Platform: | Size: 33792 | Author: 白杨 | Hits:

[CSharpPPCSocket

Description: Windows Mobile的简单IM程序(Socket via C sharp) 发一个Csharp socket的Demo, 其中client是WM Pocket PC ,server端是PC机的程序-Windows Mobile simple IM program (Socket via C sharp) issued a Csharp socket of the Demo, which the client is WM Pocket PC, server-side is a PC-program
Platform: | Size: 39936 | Author: 宋义 | Hits:

[Internet-Networkmulti-thread-simple-crawler-socket

Description: C#socket通信, 用c#开发的聊天室程序源代码,可用于自己的二次开发-C# Socket communications, use c# Developed chat room source code can be used in their secondary development
Platform: | Size: 454656 | Author: tangshaocheng | Hits:

[CSharpCSharp_socket

Description: c#开发的server and client通讯,socket参考。-c# socket
Platform: | Size: 241664 | Author: flysky | Hits:

[OtherSocket

Description: 图书管理系统,图书管理系统,能实现图书的管理,分类,很不错的系统-Library management system, library management system, to achieve the management books, classification, a very good system
Platform: | Size: 60416 | Author: 田小菜 | Hits:

[CSharpClientSocket

Description: Csharp .Net Socket Client Cla-Csharp. Net Socket Client Class
Platform: | Size: 21504 | Author: deepblue | Hits:

[Windows DevelopSocket

Description: 实现基本的socket通信 其他没有了 可以拿去练习下 SOCKET通信-Implementation of other basic socket communications that can be taken NOT to practice under the Communications SOCKET
Platform: | Size: 107520 | Author: qingzai | Hits:

[.netChatNetwork

Description: chat application using socket programming
Platform: | Size: 132096 | Author: vimmy | Hits:

[.netWebPE

Description: ajax的javascript xmlhttprequest+socket-ajax javascript
Platform: | Size: 1106944 | Author: yu | Hits:

[Internet-NetworkCWinFormSocket

Description: Socket,端口监听,实现聊天室,点对点文件传输。-Socket, port monitor, the realization of chat rooms, peer-to-peer file transfer.
Platform: | Size: 76800 | Author: xiaomiao | Hits:

[OtherSocket(mail)

Description: 用户 收发电子邮件,该功能很简单,很方便被学习-Users to send and receive e-mail users, this feature is very simple and very easy to be learning
Platform: | Size: 102400 | Author: 林安 | Hits:

[Windows Developsocket_m

Description: C# socket网络编程,多文件传输,适合初学者学习。-socket
Platform: | Size: 196608 | Author: 吴红建 | Hits:

[Internet-NetworkBeikx.IM

Description: C# SOCKET 实现的一个IM工具的例子,我没有深入写下去,但是基本的聊天功能实现了。-C# SOCKET realized example of an IM tool, I did not write it in depth, but the basic chat functionality a reality.
Platform: | Size: 132096 | Author: 贝壳沙 | Hits:

[Internet-NetworkSocket

Description: 客户端与服务端通讯,其中涉及到多线程及对线程的处理、委托-Client and server communications, which involves multi-threaded and thread handling, commissioned
Platform: | Size: 483328 | Author: 赵真 | Hits:

[xml-soap-webservice2.0

Description: 支持多线程的socket C# ,包括exe文件 先运行server,输入ip端口号,再运行 client,输入server IP 端口号-socket program ,C# ,multi threads
Platform: | Size: 9216 | Author: zhejiang | Hits:

[CommunicationTBMessager

Description: 一个自己写的C/S,用Socket和Remoting实现的在线和离线聊天工具。当时,只是为了学习Socket和Remoting而坚持下来完成的软件。希望对Socket和Remoting有兴趣的朋友,能有所帮助。-Write their own C/S, with the realization of Socket and Remoting chat online and offline tools. At that time, only to learn from Socket and Remoting and persevered to complete the software. Socket and Remoting wish to interested friends, to help
Platform: | Size: 2483200 | Author: zhitaochn | Hits:
« 1 2 3 45 6 7 8 9 10 ... 18 »

CodeBus www.codebus.net